home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_French_Data / menu_option.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  25.4 KB  |  1,511 lines

  1. ;//********* OPTION - OPTION DE JEU (O2) **********
  2. new Container
  3. {
  4.     name "container_option_de_jeu"
  5.     
  6.     z 1
  7.  
  8.     background "data/menus/i_bg_option_640_0.nif"
  9.  
  10.     on_idle ActionIdleManager
  11.     {
  12.         current_menu 2
  13.     }
  14.  
  15.     new MenuButton
  16.     {
  17.         x 0.45
  18.         y 0.35
  19.         z 0.9
  20.         size_x 0.45
  21.         size_y 0.466
  22.         normal_image "data/menus/i_carre_listbox.nif"
  23.         highlight_image ""
  24.     }    
  25.     new MenuButton
  26.     {
  27.         x 0.749
  28.         y 0.85
  29.         size_x 0.25
  30.         size_y 0.163
  31.         text "Options"
  32.         text_size 0.45
  33.         text_initial_color <0,0.66,1,1>
  34.         normal_image "data/menus/i_titre_bouton.nif"
  35.         highlight_image ""
  36.     }
  37.     new MenuButton
  38.     {
  39.         ;// Options de jeu
  40.         x 0.012
  41.         y 0.85
  42.         text "Options"
  43.         text2 "de jeu"
  44.         text_initial_color <0,0.66,1,1>
  45.         highlight_image ""
  46.     }
  47.     new MenuButton
  48.     {
  49.         ;// Options video
  50.         x 0.004
  51.         y 0.75
  52.         text "Options"
  53.         text2 "vidΘo"
  54.         warp_to "container_option_video"
  55.     }
  56.     new MenuButton
  57.     {
  58.         ;// Options audio
  59.         x 0.005
  60.         y 0.65
  61.         text "Options"
  62.         text2 "audio"
  63.         warp_to "container_option_audio"
  64.     }
  65.     new MenuButton
  66.     {
  67.         ;// Controles
  68.         x 0.015
  69.         y 0.55
  70.         text "Contr⌠les"
  71.         warp_to "container_option_controle"
  72.     }
  73.     new MenuButton
  74.     {
  75.         ;// Force feedback
  76.         name "button_feedback1"
  77.         x 0.038
  78.         y 0.45
  79.         text "Retour"
  80.         text2 "de force"
  81.         warp_to "container_forcefeedback"
  82.     }
  83.     new FastFont
  84.     {        
  85.         ;// RΘsolution des karts
  86.         x 0.48
  87.         y 0.76
  88.         z 0.1
  89.         ratio 0.23
  90.         text "RΘsolution des karts"
  91.         initial_color <0,0.6,1,1>
  92.     }
  93.     new FastFont
  94.     {
  95.         name "resolution_karts"
  96.         ;// Haute
  97.         x 0.83
  98.         y 0.76
  99.         auto_center 1
  100.         ratio 0.23
  101.         text "Haute"
  102.         initial_color <0.99,0.61,0,1>
  103.         over_color <0,0.66,1,1>
  104.         on_click ActionStateManagerInterface
  105.         {
  106.             ;eOPTION_RESOLUTION_KARTS
  107.             request_type 4101
  108.         }        
  109.     }
  110.     new FastFont
  111.     {
  112.         ;// Filtre TrilinΘaire        
  113.         x 0.48
  114.         y 0.7
  115.         initial_color <0,0.6,1,1>
  116.         ratio 0.23
  117.         text "Filtre trilinΘaire"
  118.     }
  119.     new FastFont
  120.     {
  121.         name "option_trilerp"
  122.         ;// ActivΘ (Filtre)
  123.         x 0.83
  124.         y 0.7
  125.         z 0.1
  126.         auto_center 1
  127.         ratio 0.23
  128.         text "ActivΘ"
  129.         initial_color <0.99,0.61,0,1>
  130.         over_color <0,0.66,1,1>
  131.         on_click ActionStateManagerInterface
  132.         {
  133.             ;eOPTION_TRILERP
  134.             request_type 4100
  135.         }        
  136.     }
  137.     new FastFont
  138.     {
  139.         ;// Effets SpΘciaux
  140.         x 0.48
  141.         y 0.64
  142.         initial_color <0,0.6,1,1>
  143.         ratio 0.23
  144.         text "Effets spΘciaux"
  145.     }
  146.     new FastFont
  147.     {
  148.         ;// Reflets de lentille
  149.         x 0.50
  150.         y 0.6
  151.         ratio 0.23
  152.         text "Effet de lentille"
  153.     }
  154.     new FastFont
  155.     {
  156.         ;// ActivΘ (Reflets Lentille)
  157.         name "LENS_FLARE_EFFECT"
  158.         x 0.83
  159.         y 0.6
  160.         z 0.1
  161.         auto_center 1
  162.         ratio 0.23
  163.         text "ActivΘ"
  164.         initial_color <0.99,0.61,0,1>
  165.         over_color <0,0.66,1,1>
  166.         on_click ActionStateManagerInterface
  167.         {
  168.             ;eOPTION_LENS_FLARE_EFFECT
  169.             request_type 4104
  170.         }        
  171.     }
  172.     new FastFont
  173.     {
  174.         ;// Kart reflection
  175.         x 0.50
  176.         y 0.56
  177.         ratio 0.23
  178.         text "Reflets"
  179.     }
  180.     new FastFont
  181.     {
  182.         ;// ActivΘ (Kart reflection)
  183.         name "KART_REFLECTION"
  184.         x 0.83
  185.         y 0.56
  186.         z 0.1
  187.         auto_center 1
  188.         ratio 0.23
  189.         text "ActivΘ"
  190.         initial_color <0.99,0.61,0,1>
  191.         over_color <0,0.66,1,1>
  192.         on_click ActionStateManagerInterface
  193.         {
  194.             ;eOPTION_KART_REFLECTION
  195.             request_type 4105
  196.         }        
  197.     }
  198.     new FastFont
  199.     {
  200.         ;// Kart Shading
  201.         x 0.50
  202.         y 0.52
  203.         ratio 0.23
  204.         text "╔clairage dynamique"
  205.     }
  206.     new FastFont
  207.     {
  208.         ;// ActivΘ (Kart Shading)
  209.         name "KART_SHADING"
  210.         x 0.83
  211.         y 0.52
  212.         z 0.1
  213.         auto_center 1
  214.         ratio 0.23
  215.         text "ActivΘ"
  216.         initial_color <0.99,0.61,0,1>
  217.         over_color <0,0.66,1,1>
  218.         on_click ActionStateManagerInterface
  219.         {
  220.             ;eOPTION_KART_SHADING
  221.             request_type 4106
  222.         }        
  223.     }
  224.     new FastFont
  225.     {
  226.         ;// Particle effect
  227.         x 0.50
  228.         y 0.48
  229.         ratio 0.23
  230.         text "SystΦme de particules"
  231.     }
  232.     new FastFont
  233.     {
  234.         name "PARTICLE_EFFECT"
  235.         ;// ActivΘ (Particle)
  236.         x 0.83
  237.         y 0.48
  238.         z 0.1
  239.         auto_center 1
  240.         ratio 0.23
  241.         text "ActivΘ"
  242.         initial_color <0.99,0.61,0,1>
  243.         over_color <0,0.66,1,1>
  244.         on_click ActionStateManagerInterface
  245.         {
  246.             ;eOPTION_PARTICLE_EFFECT
  247.             request_type 4107
  248.         }        
  249.     }
  250.     new FastFont
  251.     {
  252.         ;// Multitexturing
  253.         x 0.50
  254.         y 0.44
  255.         ratio 0.23
  256.         text "Multi-textures"
  257.     }
  258.     new FastFont
  259.     {
  260.         name "MULTITEXTURE"
  261.         ;// ActivΘ (Multitexturing)
  262.         x 0.83
  263.         y 0.44
  264.         z 0.1
  265.         auto_center 1
  266.         ratio 0.23
  267.         text "ActivΘ"
  268.         initial_color <0.99,0.61,0,1>
  269.         over_color <0,0.66,1,1>
  270.         on_click ActionStateManagerInterface
  271.         {
  272.             ;eOPTION_MULTITEXTURE
  273.             request_type 4123
  274.         }        
  275.     }
  276.     new FastFont
  277.     {        
  278.         ;// SystΦme des karts
  279.         x 0.48
  280.         y 0.38
  281.         z 0.1
  282.         ratio 0.23
  283.         text "SystΦme de mesure"
  284.         initial_color <0,0.6,1,1>
  285.     }
  286.     new FastFont
  287.     {
  288.         name "MEASUREMENT"
  289.         ;// Haute
  290.         x 0.83
  291.         y 0.38
  292.         auto_center 1
  293.         ratio 0.23
  294.         text "Metric"
  295.         initial_color <0.99,0.61,0,1>
  296.         over_color <0,0.66,1,1>
  297.         on_click ActionStateManagerInterface
  298.         {
  299.             ;eOPTION_METRIC_SYSTEM
  300.             request_type 4124
  301.         }        
  302.     }
  303.  
  304.     new MenuButton
  305.     {
  306.         ;// Retour
  307.         x 0.74
  308.         y 0.07
  309.         text "Menu"
  310.         text2 "Principal"
  311.         change_script "menu_principal.txt"
  312.         change_container "container_menu_principal"
  313.     }
  314. }
  315. ;//********* OPTION - OPTION VIDEO (O3) **********
  316. new Container
  317. {
  318.     name "container_option_video"
  319.     
  320.     z 1
  321.  
  322.     on_idle ActionIdleManager
  323.     {
  324.         current_menu 3
  325.     }
  326.  
  327.     background "data/menus/i_bg_option_640_0.nif"
  328.  
  329.     new MenuButton
  330.     {
  331.         x 0.749
  332.         y 0.85
  333.         size_x 0.25
  334.         size_y 0.163
  335.         text "Options"
  336.         text_size 0.45
  337.         text_initial_color <0,0.66,1,1>
  338.         normal_image "data/menus/i_titre_bouton.nif"
  339.         highlight_image ""
  340.     }
  341.     new MenuButton
  342.     {
  343.         ;// Option de jeu
  344.         x 0.012
  345.         y 0.85
  346.         text "Options"
  347.         text2 "de jeu"
  348.         warp_to "container_option_de_jeu"
  349.     }
  350.     new MenuButton
  351.     {
  352.         ;// Option video
  353.         x 0.004
  354.         y 0.75
  355.         text "Options"
  356.         text2 "vidΘo"
  357.         text_initial_color <0,0.66,1,1>
  358.         highlight_image ""
  359.     }
  360.     new MenuButton
  361.     {
  362.         ;// Option audio
  363.         x 0.005
  364.         y 0.65
  365.         text "Options"
  366.         text2 "audio"
  367.         warp_to "container_option_audio"
  368.     }
  369.     new MenuButton
  370.     {
  371.         ;// Controles
  372.         x 0.015
  373.         y 0.55
  374.         text "Contr⌠les"
  375.         warp_to "container_option_controle"
  376.     }
  377.     new MenuButton
  378.     {
  379.         ;// Force feedback
  380.         name "button_feedback2"
  381.         x 0.038
  382.         y 0.45
  383.         text "Retour"
  384.         text2 "de force"
  385.         warp_to "container_forcefeedback"
  386.     }
  387.     new FastFont
  388.     {
  389.         ;// Carte video
  390.         x 0.24
  391.         y 0.85
  392.         ratio 0.3
  393.         text "Carte vidΘo"
  394.         initial_color <1,1,1,1>
  395.     }
  396.     new List
  397.     {
  398.         name "device_list"
  399.         x 0.22
  400.         y 0.65
  401.         z 0.9
  402.         size_x 0.7
  403.         size_y 0.19
  404.         background "data/menus/i_carre_listbox.nif"
  405.  
  406.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  407.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  408.         SliderFile "data/menus/i_progress_bouton.nif"
  409.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  410.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  411.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  412.  
  413.         selection_type 3
  414.         display_type 1
  415.     }
  416.     new FastFont
  417.     {
  418.         ;// Resolution d'ecran
  419.         x 0.595
  420.         y 0.585
  421.         auto_center 1
  422.         ratio 0.3
  423.         text "RΘsolution d'Θcran"
  424.         initial_color <1,1,1,1>
  425.     }
  426.     new List
  427.     {
  428.         name "video_mode_list"
  429.         x 0.45
  430.         y 0.32
  431.         z 0.9
  432.         size_x 0.30
  433.         size_y 0.26
  434.         multi_column (0.17)
  435.         background "data/menus/i_carre_listbox.nif"
  436.  
  437.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  438.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  439.         SliderFile "data/menus/i_progress_bouton.nif"
  440.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  441.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  442.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  443.  
  444.         selection_type 3
  445.         display_type 1
  446.     }
  447.     new MenuButton
  448.     {
  449.         ;// Appliquer
  450.         x 0.862
  451.         y 0.15
  452.         text "Appliquer"
  453.         ;// eOP_VIDEO_APPLY
  454.         state_manager "13"
  455.     }
  456.     new MenuButton
  457.     {
  458.         ;// Retour
  459.         x 0.74
  460.         y 0.07
  461.         text "Menu"
  462.         text2 "Principal"
  463.         change_script "menu_principal.txt"
  464.         change_container "container_menu_principal"
  465.     }
  466. }
  467. ;//********* OPTION - OPTION AUDIO (O4) **********
  468. new Container
  469. {
  470.     name "container_option_audio"
  471.     
  472.     z 1
  473.  
  474.     background "data/menus/i_bg_option_640_0.nif"
  475.  
  476.     on_idle ActionIdleManager
  477.     {
  478.         current_menu 4
  479.     }
  480.     new MenuButton
  481.     {
  482.         name "background_effets"
  483.         x 0.50
  484.         y 0.46
  485.         z 0.9
  486.         size_x 0.22
  487.         size_y 0.085
  488.         normal_image "data/menus/i_carre_listbox.nif"
  489.         highlight_image ""
  490.     }
  491.     new MenuButton
  492.     {
  493.         name "background_musique"
  494.         x 0.50
  495.         y 0.29
  496.         z 0.9
  497.         size_x 0.22
  498.         size_y 0.085
  499.         normal_image "data/menus/i_carre_listbox.nif"
  500.         highlight_image ""
  501.     }
  502.     
  503.     new MenuButton
  504.     {
  505.         x 0.749
  506.         y 0.85
  507.         size_x 0.25
  508.         size_y 0.163
  509.         text "Options"
  510.         text_size 0.45
  511.         text_initial_color <0,0.66,1,1>
  512.         normal_image "data/menus/i_titre_bouton.nif"
  513.         highlight_image ""
  514.     }
  515.     new MenuButton
  516.     {
  517.         ;// Option de jeu
  518.         x 0.012
  519.         y 0.85
  520.         text "Options"
  521.         text2 "de jeu"
  522.         warp_to "container_option_de_jeu"
  523.     }
  524.     new MenuButton
  525.     {
  526.         ;// Option video
  527.         x 0.004
  528.         y 0.75
  529.         text "Options"
  530.         text2 "vidΘo"
  531.         warp_to "container_option_video"
  532.     }
  533.     new MenuButton
  534.     {
  535.         ;// Option audio
  536.         x 0.005
  537.         y 0.65
  538.         text "Options"
  539.         text2 "audio"
  540.         text_initial_color <0,0.66,1,1>
  541.         highlight_image ""
  542.     }
  543.     new MenuButton
  544.     {
  545.         ;// Controles
  546.         x 0.015
  547.         y 0.55
  548.         text "Contr⌠les"
  549.         warp_to "container_option_controle"
  550.     }
  551.     new MenuButton
  552.     {
  553.         ;// Force feedback
  554.         name "button_feedback3"
  555.         x 0.038
  556.         y 0.45
  557.         text "Retour"
  558.         text2 "de force"
  559.         warp_to "container_forcefeedback"
  560.     }
  561.     new FastFont
  562.     {
  563.         ;// Provider sonore
  564.         x 0.24
  565.         y 0.85
  566.         ratio 0.3
  567.         text "Pilotes de son"
  568.         initial_color <1,1,1,1>
  569.     }
  570.     new List
  571.     {
  572.         name "sound_provider_list"
  573.         x 0.22
  574.         y 0.65
  575.         z 0.9
  576.         size_x 0.7
  577.         size_y 0.19
  578.         background "data/menus/i_carre_listbox.nif"
  579.  
  580.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  581.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  582.         SliderFile "data/menus/i_progress_bouton.nif"
  583.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  584.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  585.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  586.  
  587.         selection_type 3
  588.         display_type 1
  589.     }
  590.     new FastFont
  591.     {
  592.         ;// Volume des effets
  593.         auto_center 1
  594.         x 0.615
  595.         y 0.555
  596.         ratio 0.3
  597.         text "Volume des effets"
  598.         initial_color <1,1,1,1>
  599.     }
  600.     new FastFont
  601.     {
  602.         ;// Volume des effets
  603.         name "option_volume_effet"
  604.         x 0.615
  605.         y 0.48
  606.         auto_center 1
  607.         ratio 0.3
  608.         text "100%"
  609.         initial_color <0,0.66,1,1>
  610.         auto_center 1
  611.     }
  612.     new MenuButton
  613.     {
  614.         ;// Fleche vers la gauche
  615.         x 0.51
  616.         y 0.47
  617.         size_x 0.06
  618.         size_y 0.06
  619.         normal_image "data/menus/i_triangle_orange.nif"
  620.         highlight_image "data/menus/i_triangle_bleu.nif"
  621.         ;// eOP_SOUND_DOWN
  622.         state_manager "15"
  623.     }
  624.     new MenuButton
  625.     {
  626.         ;// Fleche vers la droite
  627.         x 0.65
  628.         y 0.47
  629.         size_x 0.06
  630.         size_y 0.06
  631.         normal_image "data/menus/i_triangle_orange_flip.nif"
  632.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  633.         ;// eOP_SOUND_UP
  634.         state_manager "14"
  635.     }
  636.     new FastFont
  637.     {
  638.         ;// Volume de la musique
  639.         x 0.615
  640.         y 0.385
  641.         ratio 0.3
  642.         auto_center 1
  643.         text "Volume de la musique"
  644.         initial_color <1,1,1,1>
  645.     }
  646.     new FastFont
  647.     {
  648.         ;// Volume de la musique
  649.         name "option_volume_musique"
  650.         x 0.615
  651.         y 0.31
  652.         auto_center 1
  653.         ratio 0.3
  654.         text "100%"
  655.         initial_color <0,0.66,1,1>
  656.     }
  657.     new MenuButton
  658.     {
  659.         ;// Fleche vers la gauche
  660.         x 0.51
  661.         y 0.30
  662.         size_x 0.06
  663.         size_y 0.06
  664.         normal_image "data/menus/i_triangle_orange.nif"
  665.         highlight_image "data/menus/i_triangle_bleu.nif"
  666.         ;// eOP_MUSIC_DOWN
  667.         state_manager "17"
  668.     }
  669.     new MenuButton
  670.     {
  671.         ;// Fleche vers la droite
  672.         x 0.65
  673.         y 0.30
  674.         size_x 0.06
  675.         size_y 0.06
  676.         normal_image "data/menus/i_triangle_orange_flip.nif"
  677.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  678.         ;// eOP_MUSIC_UP
  679.         state_manager "16"
  680.     }
  681.     new MenuButton
  682.     {
  683.         ;// Retour
  684.         x 0.74
  685.         y 0.07
  686.         text "Menu"
  687.         text2 "Principal"
  688.         change_script "menu_principal.txt"
  689.         change_container "container_menu_principal"
  690.     }
  691. }
  692. ;//********* OPTION - OPTION CONTROLE (O5) **********
  693. new Container
  694. {
  695.     name "container_option_controle"
  696.     
  697.     z 1
  698.  
  699.     background "data/menus/i_bg_option_640_0.nif"
  700.  
  701.     on_idle ActionIdleManager
  702.     {
  703.         current_menu 5
  704.     }
  705.     
  706.     new MenuButton
  707.     {
  708.         name "background_joystick"
  709.         x 0.72
  710.         y 0.73
  711.         z 0.9
  712.         size_x 0.22
  713.         size_y 0.1
  714.         normal_image "data/menus/i_carre_listbox.nif"
  715.         highlight_image ""
  716.     }
  717.     new MenuButton
  718.     {
  719.         x 0.465
  720.         y 0.34
  721.         z 0.9
  722.         size_x 0.42
  723.         size_y 0.39
  724.         normal_image "data/menus/i_carre_listbox.nif"
  725.         highlight_image ""
  726.     }
  727.     new MenuButton
  728.     {
  729.         x 0.749
  730.         y 0.85
  731.         size_x 0.25
  732.         size_y 0.163
  733.         text "Options"
  734.         text_size 0.45
  735.         text_initial_color <0,0.66,1,1>
  736.         normal_image "data/menus/i_titre_bouton.nif"
  737.         highlight_image ""
  738.     }
  739.     new MenuButton
  740.     {
  741.         ;// Option de jeu
  742.         x 0.012
  743.         y 0.85
  744.         text "Options"
  745.         text2 "de jeu"
  746.         warp_to "container_option_de_jeu"
  747.     }
  748.     new MenuButton
  749.     {
  750.         ;// Option video
  751.         x 0.004
  752.         y 0.75
  753.         text "Options"
  754.         text2 "vidΘo"
  755.         warp_to "container_option_video"
  756.     }
  757.     new MenuButton
  758.     {
  759.         ;// Option audio
  760.         x 0.005
  761.         y 0.65
  762.         text "Options"
  763.         text2 "audio"
  764.         warp_to "container_option_audio"
  765.     }
  766.     new MenuButton
  767.     {
  768.         ;// Controles
  769.         x 0.015
  770.         y 0.55
  771.         text "Contr⌠les"
  772.         text_initial_color <0,0.66,1,1>
  773.         highlight_image ""
  774.     }
  775.     new MenuButton
  776.     {
  777.         ;// Force feedback
  778.         name "button_feedback4"
  779.         x 0.038
  780.         y 0.45
  781.         text "Retour"
  782.         text2 "de force"
  783.         warp_to "container_forcefeedback"
  784.     }
  785.     new FastFont
  786.     {
  787.         ;// PΘriphΘrique par dΘfaut
  788.         x 0.20
  789.         y 0.93
  790.         ratio 0.275
  791.         text "PΘriphΘrique par dΘfaut"
  792.         initial_color <1,1,1,1>
  793.     }
  794.     new MenuButton
  795.     {
  796.         ;// Remettre valeur par dΘfaut
  797.         x 0.20
  798.         y 0.60
  799.         text "RΘinitialiser"
  800.         text2 "contr⌠les"
  801.  
  802.         ;// eOP_CONTROL_REINIT
  803.         state_manager "32"
  804.     }
  805.     new List
  806.     {
  807.         name "joystick_list"
  808.         x 0.18
  809.         y 0.73
  810.         z 0.9
  811.         size_x 0.54
  812.         size_y 0.19
  813.         background "data/menus/i_carre_listbox.nif"
  814.  
  815.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  816.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  817.         SliderFile "data/menus/i_progress_bouton.nif"
  818.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  819.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  820.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  821.         selection_type 3
  822.         display_type 1
  823.     }
  824.     new FastFont
  825.     {
  826.         name "option_joystick_digital"
  827.         x 0.80
  828.         y 0.785
  829.         ratio 0.22
  830.         text "Digital"
  831.         initial_color <0.99,0.61,0,1>
  832.         select_color <1,1,0,1>
  833.         over_color <0,0.66,1,1>
  834.  
  835.         on_click ActionStateManagerInterface
  836.         {
  837.             ;// eCONFIG_JOYSTICK_DIGITAL
  838.             request_type 54
  839.         }
  840.     }
  841.     new FastFont
  842.     {
  843.         name "option_joystick_analogique"
  844.         x 0.80
  845.         y 0.74
  846.         ratio 0.22
  847.         text "Analogique"
  848.         initial_color <0.99,0.61,0,1>
  849.         select_color <1,1,0,1>
  850.         over_color <0,0.66,1,1>
  851.  
  852.         on_click ActionStateManagerInterface
  853.         {
  854.             ;// eCONFIG_JOYSTICK_ANALOG
  855.             request_type 55
  856.         }
  857.     }
  858.     new MenuButton
  859.     {
  860.         ;// Image de Check
  861.         name "option_joystick_check"
  862.         x 0.76
  863.         y 0.70
  864.         size_x 0.029
  865.         size_y 0.045
  866.         
  867.         normal_image "data/menus/i_coche_oui.nif"
  868.         highlight_image ""
  869.     }
  870.     new FastFont
  871.     {
  872.         ;// Accelerer
  873.         x 0.49
  874.         y 0.68
  875.         z 0.4
  876.         size_x 0.45
  877.         fixed_width 1
  878.         ratio 0.22
  879.         text "AccΘlΘrer"
  880.         initial_color <0.99,0.61,0,1>
  881.         select_color <1,1,0,1>
  882.         over_color <0,0.66,1,1>
  883.         on_click ActionStateManagerInterface
  884.         {
  885.             ;// eOP_CONTROL_ACCELERER
  886.             request_type 18
  887.         }
  888.     }
  889.     new FastFont
  890.     {
  891.         ;// Freiner
  892.         x 0.49
  893.         y 0.64
  894.         z 0.4
  895.         size_x 0.45
  896.         fixed_width 1
  897.         ratio 0.22
  898.         text "Freiner"
  899.         initial_color <0.99,0.61,0,1>
  900.         select_color <1,1,0,1>
  901.         over_color <0,0.66,1,1>
  902.         on_click ActionStateManagerInterface
  903.         {
  904.             ;// eOP_CONTROL_FREINER
  905.             request_type 19
  906.         }
  907.     }
  908.     new FastFont
  909.     {
  910.         ;// Gauche
  911.         x 0.49
  912.         y 0.6
  913.         z 0.4
  914.         size_x 0.45
  915.         fixed_width 1
  916.         ratio 0.22
  917.         text "Tourner α Gauche"
  918.         initial_color <0.99,0.61,0,1>
  919.         select_color <1,1,0,1>
  920.         over_color <0,0.66,1,1>
  921.         on_click ActionStateManagerInterface
  922.         {
  923.             ;// eOP_CONTROL_GAUCHE
  924.             request_type 20
  925.         }
  926.     }
  927.     new FastFont
  928.     {
  929.         ;// Droite
  930.         x 0.49
  931.         y 0.56
  932.         z 0.4
  933.         size_x 0.45
  934.         fixed_width 1
  935.         ratio 0.22
  936.         text "Tourner α Droite"
  937.         initial_color <0.99,0.61,0,1>
  938.         select_color <1,1,0,1>
  939.         over_color <0,0.66,1,1>
  940.         on_click ActionStateManagerInterface
  941.         {
  942.             ;// eOP_CONTROL_DROITE
  943.             request_type 21
  944.         }
  945.     }
  946.     new FastFont
  947.     {
  948.         ;// Boucher le carburateur
  949.         x 0.49
  950.         y 0.52
  951.         z 0.4
  952.         size_x 0.45
  953.         fixed_width 1
  954.         ratio 0.22
  955.         text "Boucher le carburateur"
  956. ;;        text "Boucher le carburateur (100cc)"
  957.         initial_color <0.99,0.61,0,1>
  958.         select_color <1,1,0,1>
  959.         over_color <0,0.66,1,1>
  960.         on_click ActionStateManagerInterface
  961.         {
  962.             ;// eOP_CONTROL_BOUCHER
  963.             request_type 22
  964.         }
  965.     }
  966.     new FastFont
  967.     {
  968.         ;// Regarder vers l'arriΦre
  969.         x 0.49
  970.         y 0.48
  971.         z 0.4
  972.         size_x 0.45
  973.         fixed_width 1
  974.         ratio 0.22
  975.         text "Regarder derriΦre"
  976.         initial_color <0.99,0.61,0,1>
  977.         select_color <1,1,0,1>
  978.         over_color <0,0.66,1,1>
  979.         on_click ActionStateManagerInterface
  980.         {
  981.             ;// eOP_CONTROL_REGARDER
  982.             request_type 23
  983.         }
  984.     }
  985.     new FastFont
  986.     {
  987.         ;// Reprendre la route
  988.         x 0.49
  989.         y 0.44
  990.         z 0.4
  991.         size_x 0.45
  992.         fixed_width 1
  993.         ratio 0.22
  994.         text "Reprendre la piste"
  995.         initial_color <0.99,0.61,0,1>
  996.         select_color <1,1,0,1>
  997.         over_color <0,0.66,1,1>
  998.         on_click ActionStateManagerInterface
  999.         {
  1000.             ;// eOP_CONTROL_REPRENDRE
  1001.             request_type 24
  1002.         }
  1003.     }
  1004.     new FastFont
  1005.     {
  1006.         ;// Insulte 
  1007.         x 0.49
  1008.         y 0.40
  1009.         z 0.4
  1010.         size_x 0.45
  1011.         fixed_width 1
  1012.         ratio 0.22
  1013.         text "Geste de frustration"
  1014.         initial_color <0.99,0.61,0,1>
  1015.         select_color <1,1,0,1>
  1016.         over_color <0,0.66,1,1>
  1017.         on_click ActionStateManagerInterface
  1018.         {
  1019.             ;// eOP_CONTROL_INSULTE
  1020.             request_type 25
  1021.         }
  1022.     }
  1023.     new FastFont
  1024.     {
  1025.         ;// CamΘra in group
  1026.         x 0.49    
  1027.         y 0.36
  1028.         z 0.4
  1029.         size_x 0.45
  1030.         fixed_width 1
  1031.         ratio 0.22
  1032.         text "Parcourir les vues de camΘra"
  1033.         initial_color <0.99,0.61,0,1>
  1034.         select_color <1,1,0,1>
  1035.         over_color <0,0.66,1,1>
  1036.         on_click ActionStateManagerInterface
  1037.         {
  1038.             ;// eOP_CONTROL_SWITCH_CAMERA_IN_GROUP
  1039.             request_type 26
  1040.         }
  1041.     }
  1042.  
  1043.     new FastFont
  1044.     {
  1045.         name "option_control_0"
  1046.         x 0.74
  1047.         y 0.68
  1048.         ratio 0.22
  1049.     }
  1050.     new FastFont
  1051.     {
  1052.         name "option_control_1"
  1053.         x 0.74
  1054.         y 0.64
  1055.         ratio 0.22
  1056.     }
  1057.     new FastFont
  1058.     {
  1059.         name "option_control_2"
  1060.         x 0.740
  1061.         y 0.6
  1062.         ratio 0.22
  1063.     }
  1064.     new FastFont
  1065.     {
  1066.         name "option_control_3"
  1067.         x 0.740
  1068.         y 0.56
  1069.         ratio 0.22
  1070.     }
  1071.     new FastFont
  1072.     {
  1073.         name "option_control_4"
  1074.         x 0.740
  1075.         y 0.52
  1076.         ratio 0.22
  1077.     }
  1078.     new FastFont
  1079.     {
  1080.         name "option_control_5"
  1081.         x 0.740
  1082.         y 0.48
  1083.         ratio 0.22
  1084.     }
  1085.     new FastFont
  1086.     {
  1087.         name "option_control_6"
  1088.         x 0.740
  1089.         y 0.44
  1090.         ratio 0.22
  1091.     }
  1092.     new FastFont
  1093.     {
  1094.         name "option_control_7"
  1095.         x 0.740
  1096.         y 0.40
  1097.         ratio 0.22
  1098.     }
  1099.     new FastFont
  1100.     {
  1101.         name "option_control_8"
  1102.         x 0.740
  1103.         y 0.36
  1104.         ratio 0.22
  1105.     }
  1106.     new MenuButton
  1107.     {
  1108.         ;// Retour
  1109.         x 0.74
  1110.         y 0.07
  1111.         text "Menu"
  1112.         text2 "Principal"
  1113.         change_script "menu_principal.txt"
  1114.         change_container "container_menu_principal"
  1115.     }
  1116. }
  1117. ;//********* OPTION - OPTION CONTROLE FORCE FEED BACK (O6) **********
  1118. new Container
  1119. {
  1120.     name "container_forcefeedback"
  1121.     
  1122.     z 1
  1123.  
  1124.     background "data/menus/i_bg_option_640_0.nif"
  1125.  
  1126.     on_idle ActionIdleManager
  1127.     {
  1128.         current_menu 14
  1129.     }
  1130.  
  1131.     new MenuButton
  1132.     {
  1133.         x 0.52
  1134.         y 0.86
  1135.         z 0.9
  1136.         size_x 0.22
  1137.         size_y 0.1
  1138.         normal_image "data/menus/i_carre_listbox.nif"
  1139.         highlight_image ""
  1140.     }
  1141.     
  1142.     new MenuButton
  1143.     {
  1144.         x 0.749
  1145.         y 0.85
  1146.         size_x 0.25
  1147.         size_y 0.163
  1148.         text "Options"
  1149.         text_size 0.45
  1150.         text_initial_color <0,0.66,1,1>
  1151.         normal_image "data/menus/i_titre_bouton.nif"
  1152.         highlight_image ""
  1153.     }
  1154.     new MenuButton
  1155.     {
  1156.         ;// Option de jeu
  1157.         x 0.012
  1158.         y 0.85
  1159.         text "Options"
  1160.         text2 "de jeu"
  1161.         warp_to "container_option_de_jeu"
  1162.     }
  1163.     new MenuButton
  1164.     {
  1165.         ;// Option video
  1166.         x 0.004
  1167.         y 0.75
  1168.         text "Options"
  1169.         text2 "vidΘo"
  1170.         warp_to "container_option_video"
  1171.     }
  1172.     new MenuButton
  1173.     {
  1174.         ;// Option audio
  1175.         x 0.005
  1176.         y 0.65
  1177.         text "Options"
  1178.         text2 "audio"
  1179.         warp_to "container_option_audio"
  1180.     }
  1181.     new MenuButton
  1182.     {
  1183.         ;// Controles
  1184.         x 0.015
  1185.         y 0.55
  1186.         text "Contr⌠les"
  1187.         warp_to "container_option_controle"
  1188.     }
  1189.     new MenuButton
  1190.     {
  1191.         ;// Force feedback
  1192.         x 0.038
  1193.         y 0.45
  1194.         text "Retour"
  1195.         text2 "de force"
  1196.         text_initial_color <0,0.66,1,1>
  1197.         highlight_image ""
  1198.     }
  1199.     new FastFont
  1200.     {
  1201.         x 0.20
  1202.         y 0.93
  1203.         ratio 0.275
  1204.         text "Retour de force"
  1205.         initial_color <1,1,1,1>
  1206.     }
  1207.     new FastFont
  1208.     {
  1209.         name "option_joystick_feedback_on"
  1210.         x 0.60
  1211.         y 0.915
  1212.         ratio 0.25
  1213.         text "Actif"
  1214.         initial_color <0.99,0.61,0,1>
  1215.         select_color <1,1,0,1>
  1216.         over_color <0,0.66,1,1>
  1217.  
  1218.         on_click ActionStateManagerInterface
  1219.         {
  1220.             ;// eOPTION_FF_ON
  1221.             request_type 4109
  1222.         }
  1223.     }
  1224.     new FastFont
  1225.     {
  1226.         name "option_joystick_feedback_off"
  1227.         x 0.60
  1228.         y 0.87
  1229.         ratio 0.25
  1230.         text "Inactif"
  1231.         initial_color <0.99,0.61,0,1>
  1232.         select_color <1,1,0,1>
  1233.         over_color <0,0.66,1,1>
  1234.  
  1235.         on_click ActionStateManagerInterface
  1236.         {
  1237.             ;// eOPTION_FF_OFF
  1238.             request_type 4110
  1239.         }
  1240.     }
  1241.     new MenuButton
  1242.     {
  1243.         ;// Image de Check
  1244.         name "option_feedback_check"
  1245.         x 0.56
  1246.         y 0.83
  1247.         size_x 0.029
  1248.         size_y 0.045
  1249.         
  1250.         normal_image "data/menus/i_coche_oui.nif"
  1251.         highlight_image ""
  1252.     }
  1253.     new FastFont
  1254.     {
  1255.         ;// Overall effect strength
  1256.         x 0.615
  1257.         y 0.75
  1258.         auto_center 1
  1259.         ratio 0.25
  1260.         text "Force gΘnΘrale des effets"
  1261.         initial_color <1,1,1,1>
  1262.     }
  1263.     new FastFont
  1264.     {
  1265.         ;// Volume des effets
  1266.         name "option_ff_overall_strength"
  1267.         x 0.615
  1268.         y 0.71
  1269.         auto_center 1
  1270.         ratio 0.25
  1271.         text "100%"
  1272.         initial_color <0,0.66,1,1>
  1273.         auto_center 1
  1274.     }
  1275.     new MenuButton
  1276.     {
  1277.         x 0.54
  1278.         y 0.70
  1279.         size_x 0.04
  1280.         size_y 0.04
  1281.         normal_image "data/menus/i_triangle_orange.nif"
  1282.         highlight_image "data/menus/i_triangle_bleu.nif"
  1283.         state_manager "4111"
  1284.     }
  1285.     new MenuButton
  1286.     {
  1287.         x 0.65
  1288.         y 0.70
  1289.         size_x 0.04
  1290.         size_y 0.04
  1291.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1292.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1293.         state_manager "4112"
  1294.     }
  1295.     new FastFont
  1296.     {
  1297.         x 0.615
  1298.         y 0.65
  1299.         auto_center 1
  1300.         ratio 0.25
  1301.         text "Recentrage du volant"
  1302.         initial_color <1,1,1,1>
  1303.     }
  1304.     new FastFont
  1305.     {
  1306.         ;// Volume des effets
  1307.         name "option_ff_centering_spring"
  1308.         x 0.615
  1309.         y 0.61
  1310.         auto_center 1
  1311.         ratio 0.25
  1312.         text "100%"
  1313.         initial_color <0,0.66,1,1>
  1314.         auto_center 1
  1315.     }
  1316.     new MenuButton
  1317.     {
  1318.         x 0.54
  1319.         y 0.60
  1320.         size_x 0.04
  1321.         size_y 0.04
  1322.         normal_image "data/menus/i_triangle_orange.nif"
  1323.         highlight_image "data/menus/i_triangle_bleu.nif"
  1324.         state_manager "4113"
  1325.     }
  1326.     new MenuButton
  1327.     {
  1328.         x 0.65
  1329.         y 0.60
  1330.         size_x 0.04
  1331.         size_y 0.04
  1332.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1333.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1334.         state_manager "4114"
  1335.     }
  1336.     new FastFont
  1337.     {
  1338.         x 0.615
  1339.         y 0.55
  1340.         auto_center 1
  1341.         ratio 0.25
  1342.         text "Vibreurs"
  1343.         initial_color <1,1,1,1>
  1344.     }
  1345.     new FastFont
  1346.     {
  1347.         ;// Volume des effets
  1348.         name "option_ff_bumper"
  1349.         x 0.615
  1350.         y 0.51
  1351.         auto_center 1
  1352.         ratio 0.25
  1353.         text "100%"
  1354.         initial_color <0,0.66,1,1>
  1355.         auto_center 1
  1356.     }
  1357.     new MenuButton
  1358.     {
  1359.         x 0.54
  1360.         y 0.50
  1361.         size_x 0.04
  1362.         size_y 0.04
  1363.         normal_image "data/menus/i_triangle_orange.nif"
  1364.         highlight_image "data/menus/i_triangle_bleu.nif"
  1365.         state_manager "4115"
  1366.     }
  1367.     new MenuButton
  1368.     {
  1369.         x 0.65
  1370.         y 0.50
  1371.         size_x 0.04
  1372.         size_y 0.04
  1373.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1374.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1375.         state_manager "4116"
  1376.     }
  1377.     new FastFont
  1378.     {
  1379.         x 0.615
  1380.         y 0.45
  1381.         auto_center 1
  1382.         ratio 0.25
  1383.         text "Collisions"
  1384.         initial_color <1,1,1,1>
  1385.     }
  1386.     new FastFont
  1387.     {
  1388.         ;// Volume des effets
  1389.         name "option_ff_collision"
  1390.         x 0.615
  1391.         y 0.41
  1392.         auto_center 1
  1393.         ratio 0.25
  1394.         text "100%"
  1395.         initial_color <0,0.66,1,1>
  1396.         auto_center 1
  1397.     }
  1398.     new MenuButton
  1399.     {
  1400.         x 0.54
  1401.         y 0.40
  1402.         size_x 0.04
  1403.         size_y 0.04
  1404.         normal_image "data/menus/i_triangle_orange.nif"
  1405.         highlight_image "data/menus/i_triangle_bleu.nif"
  1406.         state_manager "4117"
  1407.     }
  1408.     new MenuButton
  1409.     {
  1410.         x 0.65
  1411.         y 0.40
  1412.         size_x 0.04
  1413.         size_y 0.04
  1414.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1415.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1416.         state_manager "4118"
  1417.     }
  1418.     new FastFont
  1419.     {
  1420.         x 0.615
  1421.         y 0.35
  1422.         auto_center 1
  1423.         ratio 0.25
  1424.         text "DΘrapages"
  1425.         initial_color <1,1,1,1>
  1426.     }
  1427.     new FastFont
  1428.     {
  1429.         ;// Volume des effets
  1430.         name "option_ff_skidding"
  1431.         x 0.615
  1432.         y 0.31
  1433.         auto_center 1
  1434.         ratio 0.25
  1435.         text "100%"
  1436.         initial_color <0,0.66,1,1>
  1437.         auto_center 1
  1438.     }
  1439.     new MenuButton
  1440.     {
  1441.         x 0.54
  1442.         y 0.30
  1443.         size_x 0.04
  1444.         size_y 0.04
  1445.         normal_image "data/menus/i_triangle_orange.nif"
  1446.         highlight_image "data/menus/i_triangle_bleu.nif"
  1447.         state_manager "4119"
  1448.     }
  1449.     new MenuButton
  1450.     {
  1451.         x 0.65
  1452.         y 0.30
  1453.         size_x 0.04
  1454.         size_y 0.04
  1455.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1456.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1457.         state_manager "4120"
  1458.     }
  1459.     new FastFont
  1460.     {
  1461.         x 0.615
  1462.         y 0.25
  1463.         auto_center 1
  1464.         ratio 0.25
  1465.         text "Moteur"
  1466.         initial_color <1,1,1,1>
  1467.     }
  1468.     new FastFont
  1469.     {
  1470.         ;// Volume des effets
  1471.         name "option_ff_engine"
  1472.         x 0.615
  1473.         y 0.21
  1474.         auto_center 1
  1475.         ratio 0.25
  1476.         text "100%"
  1477.         initial_color <0,0.66,1,1>
  1478.         auto_center 1
  1479.     }
  1480.     new MenuButton
  1481.     {
  1482.         x 0.54
  1483.         y 0.20
  1484.         size_x 0.04
  1485.         size_y 0.04
  1486.         normal_image "data/menus/i_triangle_orange.nif"
  1487.         highlight_image "data/menus/i_triangle_bleu.nif"
  1488.         state_manager "4121"
  1489.     }
  1490.     new MenuButton
  1491.     {
  1492.         x 0.65
  1493.         y 0.20
  1494.         size_x 0.04
  1495.         size_y 0.04
  1496.         normal_image "data/menus/i_triangle_orange_flip.nif"
  1497.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  1498.         state_manager "4122"
  1499.     }
  1500.     new MenuButton
  1501.     {
  1502.         ;// Retour
  1503.         x 0.74
  1504.         y 0.07
  1505.         text "Menu"
  1506.         text2 "Principal"
  1507.         change_script "menu_principal.txt"
  1508.         change_container "container_menu_principal"
  1509.     }
  1510. }
  1511.